Add MiMo V2.5-pro + MiMo/Kimi/Nemotron subscription params#80
Merged
guillaumegay13 merged 1 commit intoJun 29, 2026
Merged
Conversation
|
@guillaumegay13 is attempting to deploy a commit to the Manifest Team on Vercel. A member of the Team first needs to authorize it. |
This was referenced Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Bundles the remaining open model-parameter requests into one PR (one merge → one
modelparamsrelease):api_key) —max_completion_tokens,thinking.type,temperature,top_p(forced under thinking →except: { thinking.type: enabled }),presence_penalty,frequency_penalty,stop,response_format.type. (openrouter/xiaomi/mimo-v2.5-pro: parameter coverage #70)subscription, e.g. OpenCode Go) — user-facing subset of the above. (opencode-go/opencode-go/mimo-v2.5: parameter coverage #47)subscription) — one file per coding model (the file is the model):kimi-k2.6(thinking toggleable),kimi-k2.7-codeandkimi-k2.7-code-highspeed(thinking always on). (moonshot/kimi-for-coding: parameter coverage #73)subscription, Ollama Cloud) — mirrors the existingnemotron-3-ultra-550b-a55bapi_key entry:temperature,top_p,max_tokens,reasoning_effort,reasoning_budget,stop. (ollama-cloud/nemotron-3-ultra: parameter coverage #74)The catalog is keyed by maker/provenance, so the gateway-prefixed requests (
openrouter/xiaomi/…,opencode-go/…,ollama-cloud/…) land underxiaomi/nvidia.Type of change
models/)Source
All smoke-tested live through a local Manifest server routing to the real provider (OpenRouter for MiMo + Nemotron, direct Moonshot API for Kimi): every param accepted (200), no fallback.
Closes #70
Closes #47
Closes #73
Closes #74
Supersedes #76, #77, #78, #79.